-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jstzd: add rollup build script and spawn rollup in jstzd #670
Conversation
9092c37
to
24607d3
Compare
24607d3
to
0418f5f
Compare
0418f5f
to
a88546d
Compare
45250c5
to
ffc7da6
Compare
|
ffc7da6
to
3b81952
Compare
Codecov ReportAttention: Patch coverage is
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
a56cbbf
to
8165914
Compare
8165914
to
f6656f0
Compare
98ac9dd
to
7a37ece
Compare
0dc68a8
to
3933223
Compare
b55c674
to
9cf370b
Compare
a5e292c
to
1259764
Compare
1259764
to
be30fda
Compare
7e1bb8d
to
8e7f0c0
Compare
Context
spawn rollup in jstzd
NOTE:
The jstz kernel rollup seems to not process the block in the CI (i suppose some issue with
nix.flake
)the test works fine with the default nix settings
nix flake check
.I also replaced the jstz kernel with the toy rollup kernel and that worked with the
nix.flake
Description
There are two parts in this PR:
a. Modified the MakeFile so that the kernel.wasm is copied to crates/jstzd/
b. Add build.rs that 1) stores the rollup kernel_installer.hex, preimages/ and parameters_ty.json to OUT_DIR. 2) generate a path getter file (jstz_rollup_path.rs) to access the path of 1
Manually testing the PR
added rollup to the jstzd integration test.